/*-- -------------------------- -->
<---        Essentials          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #essentials {
    text-align: center;
    padding: 3.75em 0;
  }
  #essentials h2 {
    font-size: 1em;
    font-weight: 700;
    font-family: 'Work Sans', Arial, sans-serif;
    line-height: 1.5em;
    color: #0D0026;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
  }
  #essentials img {
    display: inline-block;
    width: 3em;
    height: 3em;
    margin: 0 1em;
  }
}
/* Tablet */
@media only screen and (min-width: 64em) {
  #essentials {
    padding-top: 8.6875em;
    padding-bottom: 14%;
  }
}
/* Desktop 1600px */
@media only screen and (min-width: 100em) {
  #essentials {
    padding-bottom: 15.625em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #essentials h2 {
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---        Clean Code          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #clean-code {
    padding-bottom: 3.75em;
  }
  #clean-code picture {
    font-size: min(2.3vw, .8em);
    position: relative;
    display: block;
    width: 38.9375em;
    height: 38.375em;
    border-radius: 0 0.5rem 0.5rem 0;
    margin-bottom: 3.75rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #clean-code picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 31.25rem;
    width: 31.25rem;
    background: linear-gradient(139.99deg, #e12213 0.82%, #fffe4d 62.57%);
    box-shadow: inset 16px 56px 108px #FF7349;
    transform: translateY(-50%) rotate(135deg);
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-left: -32.8125rem;
  }
  #clean-code picture img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 0 0.5em 0.5em 0;
  }
  #clean-code .right-section {
    padding: 0 1em;
    text-align: center;
  }
  #clean-code .right-section h2 {
    font-weight: bold;
    font-size: 1.9375em;
    line-height: 1.32258065;
    text-align: center;
    margin-bottom: 0.51612903em;
  }
  #clean-code .right-section h2 span {
    display: block;
  }
  #clean-code .right-section p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    max-width: 31.25em;
    margin: auto;
    margin-bottom: 1.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 43.75em) {
  #clean-code {
    padding-bottom: 7.5em;
  }
  #clean-code picture {
    font-size: 10px;
    margin: 9.375em auto 12.5em;
  }
  #clean-code picture:before {
    margin: 0;
    transform: translate(-50%, -50%) rotate(135deg);
    height: 36.25em;
    width: 36.25em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #clean-code .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #clean-code picture {
    margin: 0;
    font-size: min(1.1vw, 1em);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: 6.25rem;
    width: 62.5em;
  }
  #clean-code picture:before {
    width: 55em;
    height: 55em;
    transform: translateY(-50%) rotate(135deg);
    margin-left: -46.875em;
  }
  #clean-code .right-section {
    text-align: left;
    max-width: 31.875em;
    width: 50%;
    padding-left: 0;
  }
  #clean-code .right-section h2 {
    font-size: 3.0625em;
    line-height: 1.14285714;
    margin-bottom: 0.65306122em;
    text-align: left;
  }
  #clean-code .right-section p {
    font-size: 1.3125em;
    line-height: 1.47619048em;
    margin-bottom: 1.9047619em;
    text-align: left;
  }
}
/* Large Desktop 1200px */
@media only screen and (min-width: 75em) {
  #clean-code .right-section {
    padding: 0;
  }
}
/*-- -------------------------- -->
<---         Wireframe          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #wireframe {
    padding-bottom: 3.75em;
  }
  #wireframe h2 {
    font-size: 1.9375em;
    line-height: 1.32258065;
    text-align: center;
    margin-bottom: 0.51612903em;
  }
  #wireframe h2 span {
    display: block;
  }
  #wireframe p {
    font-size: 1em;
    line-height: 1.5em;
    margin: auto;
    margin-bottom: 2.5em;
    text-align: center;
    width: 96%;
    max-width: 34.375em;
  }
  #wireframe picture {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  #wireframe picture img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 43.75em) {
  #wireframe {
    padding-bottom: 7.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #wireframe h2 {
    font-size: 3.0625em;
    line-height: 1.14285714em;
    margin-bottom: 0.65306122em;
  }
  #wireframe p {
    font-size: 1.5625em;
    line-height: 1.4em;
    margin-bottom: 2.4em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #wireframe {
    padding-top: 12%;
    padding-bottom: 0;
  }
}
/* Large Desktop 1600px */
@media only screen and (min-width: 100em) {
  #wireframe {
    padding-top: 9.375em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #wireframe p {
    color: #69E0DB;
  }
}
/*-- -------------------------- -->
<---        Pain in CSS         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pain {
    padding-bottom: 3.75em;
  }
  #pain .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #pain picture {
    font-size: min(2.3vw, .8em);
    position: relative;
    display: block;
    width: 38.9375em;
    height: 38.375em;
    border-radius: 0.5rem 0 0 0.5rem;
    margin-bottom: 3.75rem;
    margin-left: auto;
    order: 3;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #pain picture:before {
    font-size: min(4.4vw, 1.5em);
    content: '';
    position: absolute;
    display: block;
    height: 43.75em;
    width: 43.75em;
    background: linear-gradient(311.22deg, #ff7349 16.19%, #94098d 47.23%);
    box-shadow: inset 16px 56px 108px #FF7349;
    transform: translateY(-50%) rotate(135deg);
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-left: -3.9375em;
  }
  #pain picture img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  #pain .right-section {
    padding: 0 1em;
    text-align: center;
    display: contents;
  }
  #pain .right-section h2 {
    font-weight: 700;
    font-size: 1.9375em;
    line-height: 1.32258065;
    text-align: left;
    margin-bottom: 0.51612903em;
    padding: 0 0.51612903em;
    order: 1;
    margin-right: auto;
  }
  #pain .right-section h2 span {
    display: block;
  }
  #pain .right-section p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    max-width: 31.25em;
    margin: auto;
    margin-bottom: 1.5em;
    padding: 0 1em;
  }
  #pain .right-section .break {
    order: 2;
    margin-bottom: 3.75em;
    margin-right: auto;
    margin-left: 0;
    width: 90%;
    max-width: 23.875em;
    padding-right: 0;
  }
  #pain .right-section .break .span-break {
    display: block;
    margin-top: 1.25em;
  }
  #pain .right-section .break .span-break span {
    display: block;
  }
  #pain .right-section .below {
    order: 4;
    width: 70%;
    max-width: 19.5em;
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
  }
  #pain .right-section .button-blue {
    margin-left: 1em;
    order: 5;
    margin-right: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 43.75em) {
  #pain picture {
    font-size: 10px;
    margin: 9.375em auto 12.5em;
    order: 1;
  }
  #pain picture:before {
    margin: 0;
    transform: translate(-50%, -50%) rotate(135deg);
    height: 36.25em;
    width: 36.25em;
    font-size: inherit;
  }
  #pain .right-section {
    display: block;
    width: 27.6875em;
    order: 2;
  }
  #pain .right-section h2,
  #pain .right-section p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #pain .right-section .break {
    margin-left: auto;
    margin-bottom: 1.25em;
    width: 100%;
    max-width: 100%;
  }
  #pain .right-section .break .span-break {
    display: inline;
    margin: 0;
  }
  #pain .right-section .break .span-break span {
    display: inline-block;
  }
  #pain .right-section .below {
    margin-left: auto;
    width: 100%;
    max-width: 100%;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #pain {
    padding: 14% 1em;
  }
  #pain .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-direction: row;
  }
  #pain picture {
    margin: 0;
    font-size: min(1.1vw, 1em);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: 0rem;
    width: 62.5em;
    z-index: -1;
  }
  #pain picture:before {
    width: 62.5em;
    height: 62.5em;
    transform: translateY(-50%) rotate(135deg);
    margin-left: -15.9375em;
    z-index: -1;
  }
  #pain .right-section {
    text-align: left;
    max-width: 27.6875em;
    width: 50%;
    padding: 0;
  }
  #pain .right-section h2 {
    font-size: 3.0625em;
    line-height: 1.14285714;
    margin-bottom: 0.65306122em;
    text-align: left;
  }
  #pain .right-section p {
    font-size: 1.3125em;
    line-height: 1.47619048em;
    margin-bottom: 1.9047619em;
    text-align: left;
  }
  #pain .right-section .button-blue {
    margin-left: 0;
  }
}
/* Large Desktop 1600px */
@media only screen and (min-width: 100em) {
  #pain {
    padding: 12.5em 1em 12.5em;
  }
  #pain picture:before {
    margin-left: -12.5em;
  }
}
/*-- -------------------------- -->
<---       Possibilities        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #possibilities {
    position: relative;
    z-index: 3;
  }
  #possibilities .container {
    margin-bottom: -6.25em;
  }
  #possibilities h2 {
    font-weight: 700;
    font-size: 1.9375em;
    line-height: 1.32258065;
    text-align: center;
    margin-bottom: 0.51612903em;
    order: 1;
    margin-right: auto;
  }
  #possibilities h2 span {
    display: block;
  }
  #possibilities p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    max-width: 31.25em;
    margin: auto;
    margin-bottom: 2.5em;
    width: 16.25em;
  }
  #possibilities picture {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 0.5em;
    padding: 0 1em;
  }
  #possibilities picture img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5em;
  }
}
/* Tablet 600px */
@media only screen and (min-width: 37.5em) {
  #possibilities picture {
    padding: 0;
    border-radius: 0;
  }
  #possibilities picture img {
    border-radius: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #possibilities h2 {
    font-size: 3.0625em;
    line-height: 1.14285714em;
    margin-bottom: 0.65306122em;
  }
  #possibilities p {
    font-size: 1.5625em;
    line-height: 1.4em;
    margin-bottom: 3.2em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #possibilities {
    z-index: 3;
    position: relative;
  }
  #possibilities .container {
    max-width: 100%;
    margin-bottom: -12.5em;
  }
  #possibilities p {
    width: 25.4375em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #possibilities p {
    color: #69E0DB;
  }
}
/*-- -------------------------- -->
<---         Everyone           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #everyone {
    background: linear-gradient(359.95deg, #1d005a 1.17%, #4611b8 59.1%, #3f88f5 86.53%, #69e0db 96.55%);
    padding: 10.375em 1em 0;
    position: relative;
  }
  #everyone:before {
    content: '';
    position: absolute;
    display: block;
    height: 6.375em;
    width: 100%;
    background: #fff;
    opacity: 1;
    bottom: -0.125em;
    left: 0;
  }
  #everyone .gradient-box {
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #14142b 0%, rgba(20, 20, 43, 0) 100%);
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity .3s;
  }
  #everyone h2 {
    color: #fff;
    font-size: 2.4375em;
    line-height: 1.25641026em;
    text-align: center;
    width: 7.69230769em;
    margin: auto;
    margin-bottom: 0.51282051em;
  }
  #everyone p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
    max-width: 31.25em;
    margin-bottom: 2.5em;
  }
  #everyone .buttons {
    display: flex;
    flex-direction: column;
  }
  #everyone .buttons .button-group {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.75em;
  }
  #everyone .buttons .button-group button {
    background: transparent;
    border: none;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #fff;
    position: relative;
  }
  #everyone .buttons .button-group button:last-of-type:after {
    display: none;
  }
  #everyone .buttons .button-group button:after {
    content: '|';
    position: relative;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #fff;
    opacity: 1;
    margin: 0 0.875em;
  }
  #everyone .buttons .button-group button.active {
    font-weight: bold;
  }
  #everyone .buttons .open-stitch-library {
    order: 1;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 2.5em;
    width: 11.6875em;
  }
  #everyone .buttons .open-stitch-library img {
    width: 1.125em;
    height: 1.125em;
    margin-left: 1em;
  }
  #everyone .stitch-container {
    display: none;
  }
  #everyone .stitch-container.active {
    display: block;
  }
  #everyone .stitch-container .item {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
    max-width: 22.5em;
    border: 1px solid #E8E9EC;
    border-radius: 0.5em;
    background-color: #f7f7f7;
  }
  #everyone .stitch-container .item:nth-of-type(4),
  #everyone .stitch-container .item:nth-of-type(5),
  #everyone .stitch-container .item:nth-of-type(6) {
    display: none;
  }
  #everyone .stitch-container .item picture {
    position: relative;
    display: block;
    height: 11.5625em;
    width: 100%;
    border-radius: 0.5em 0.5em 0 0;
  }
  #everyone .stitch-container .item picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5em 0.5em 0 0;
  }
  #everyone .stitch-container .item h2 {
    font-size: 1.375em;
    line-height: 2.54545455em;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
    width: 100%;
    background: #f7f7f7;
    border-radius: 0 0 0.5em 0.5em;
    margin: 0;
  }
}
/* Tablet 650px */
@media only screen and (min-width: 40.625em) {
  #everyone .buttons .button-group {
    margin-bottom: 1.5em;
  }
  #everyone .stitch-container {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25em;
    padding: 0;
    font-size: min(1.3vw, 1em);
  }
  #everyone .stitch-container.active {
    display: flex;
  }
  #everyone .stitch-container .item {
    width: auto;
    max-width: 33.4375em;
    margin: 0;
  }
  #everyone .stitch-container .item:nth-of-type(4),
  #everyone .stitch-container .item:nth-of-type(5),
  #everyone .stitch-container .item:nth-of-type(6) {
    display: block;
  }
  #everyone .stitch-container .item picture {
    height: 18.75em;
    width: 33.4375em;
  }
  #everyone .stitch-container .item h2 {
    font-size: 1.9375em;
    line-height: 3.22580645em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #everyone {
    padding-top: 21.875em;
    padding-bottom: 10em;
    z-index: 2;
  }
  #everyone:before {
    height: 187.5em;
    width: 62.5em;
    right: 50%;
    left: auto;
    transform: rotate(-45deg);
    bottom: -62.5em;
    z-index: -2;
    pointer-events: none;
  }
  #everyone:after {
    content: '';
    position: absolute;
    display: block;
    height: 63.75em;
    width: 63.75em;
    background: linear-gradient(286.97deg, #3f88f5 12.1%, #4611b8 43.7%, #1d005a 66.72%);
    box-shadow: inset -16px 56px 108px #69e0db;
    transform: rotate(-45deg);
    opacity: 1;
    bottom: 12.375em;
    right: 50%;
    margin-right: 13.3125em;
    z-index: -1;
  }
  #everyone h2 {
    font-size: 3.0625em;
    line-height: 1.20408163;
    margin: 0;
    width: 100%;
    margin-bottom: 0.65306122em;
    text-align: left;
  }
  #everyone p {
    font-size: 1.9375em;
    line-height: 1.32258065;
    margin-bottom: 3.09677419;
    text-align: left;
    margin-left: 0;
  }
  #everyone .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 68.125em;
    margin-bottom: 1.5em;
  }
  #everyone .buttons .button-group {
    order: 1;
    margin: 0;
  }
  #everyone .buttons .button-group button:hover {
    text-decoration: underline;
  }
  #everyone .buttons .open-stitch-library {
    order: 2;
    margin: 0;
  }
  #everyone .stitch-container {
    width: 100%;
    max-width: 68.125em;
    justify-content: space-between;
    margin: auto;
    font-size: min(1.42vw, 1em);
  }
}
/* Large Desktop 1400px */
@media only screen and (min-width: 87.5em) {
  #everyone:before {
    bottom: -57.625em;
    width: 75em;
  }
  #everyone:after {
    bottom: 14.25em;
    width: 75em;
    height: 75em;
    margin-right: 15.625em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #everyone:before {
    background-color: var(--dark);
  }
  body.dark-mode #everyone .gradient-box {
    opacity: 1;
  }
  body.dark-mode #everyone .stitch-container .item {
    background-color: #052A62;
    border: 1px solid #0E002D;
  }
  body.dark-mode #everyone .stitch-container .item h2 {
    background-color: #052A62;
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---         Accessible         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #accessibility {
    padding: 3.75em 1em;
    position: relative;
    z-index: 6;
  }
  #accessibility picture {
    display: block;
    margin: auto;
    width: 6em;
    height: 5.25em;
    margin-bottom: 1.5em;
  }
  #accessibility picture img {
    width: 100%;
    height: auto;
  }
  #accessibility h2 {
    font-size: 2.4375em;
    line-height: 1.25641026em;
    margin-bottom: 1.10344828em;
    text-align: center;
  }
  #accessibility h2 span {
    display: block;
  }
  #accessibility p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
    max-width: 26.875em;
  }
}
/* Tablet */
@media only screen and (min-width: 64em) {
  #accessibility {
    padding-top: 0;
    padding-bottom: 7.5em;
  }
  #accessibility h2 {
    font-size: 3.8125em;
    line-height: 1.14754098;
    margin-bottom: 0.6557377em;
  }
  #accessibility h2 span {
    display: inline-block;
  }
  #accessibility p {
    font-size: 1.3125em;
    line-height: 1.47619048em;
    max-width: 39.375em;
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pricing-section {
    position: relative;
    z-index: 3;
    padding: 3.75em 1em 0;
    background-color: rgba(63, 136, 245, 0.1);
  }
  #pricing-section.agency-active {
    margin-bottom: 5em;
  }
  #pricing-section:before {
    content: '';
    position: absolute;
    display: block;
    height: 10.125em;
    width: 100%;
    background: #fff;
    opacity: 1;
    bottom: -0.125em;
    left: 0;
    z-index: -1;
  }
  #pricing-section h2 {
    font-size: 1.9375em;
    line-height: 1.32258065em;
    text-align: center;
    margin-bottom: 0.51612903em;
  }
  #pricing-section .heading2 {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
    max-width: 37.5em;
    margin-bottom: 2.5em;
  }
  #pricing-section .toggle-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 12.5em;
    margin-bottom: 3.375em;
  }
  #pricing-section .toggle-group.active .toggle:before {
    opacity: 1;
  }
  #pricing-section .toggle-group.active .toggle .toggle-switch {
    left: 2em;
  }
  #pricing-section .toggle-group .plan {
    font-size: 0.9375em;
    color: #14142B;
  }
  #pricing-section .toggle-group .plan:hover {
    cursor: pointer;
  }
  #pricing-section .toggle-group .toggle {
    width: 3.875em;
    height: 2.25em;
    border-radius: 2.5em;
    background-color: #3F88F5;
    margin: 0 0.75em;
    position: relative;
  }
  #pricing-section .toggle-group .toggle:hover {
    cursor: pointer;
  }
  #pricing-section .toggle-group .toggle:before {
    /* top right box */
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 2.5em;
    transition: opacity .3s;
  }
  #pricing-section .toggle-group .toggle .toggle-switch {
    width: 1.5em;
    height: 1.5em;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.375em;
    transition: left .3s;
    background: #fff;
  }
  #pricing-section .plans .item {
    padding: 1.5em;
    background: #fff;
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
    width: 100%;
    max-width: 21.25em;
    margin: auto;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  #pricing-section .plans .item:before {
    border: outset;
    content: '';
    position: absolute;
    display: block;
    height: 2.625em;
    left: -0.125em;
    right: -0.125em;
    background: var(--nav);
    opacity: 1;
    top: -0.125em;
    z-index: -1;
    border-radius: 0.5em 0.5em 0 0;
  }
  #pricing-section .plans .item:nth-of-type(2) {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  #pricing-section .plans .item:nth-of-type(2):before {
    border: outset;
    content: '';
    position: absolute;
    display: block;
    height: 2.625em;
    left: -0.125em;
    right: -0.125em;
    background: var(--nav);
    opacity: 1;
    top: -0.125em;
    z-index: -1;
    border-radius: 0.5em 0.5em 0 0;
  }
  #pricing-section .plans .item .popular {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
  #pricing-section .plans .item .popular img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
  }
  #pricing-section .plans .item .popular span {
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  #pricing-section .plans .item:nth-of-type(2) .price {
    color: #4611B8;
  }
  #pricing-section .plans .item:nth-of-type(2) .button-blue {
    background: linear-gradient(127.08deg, #7944eb 28.48%, #32009e 100.16%);
  }
  #pricing-section .plans .item h3 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    font-family: 'Work Sans', Arial, sans-serif;
  }
  #pricing-section .plans .item p {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    text-align: left;
  }
  #pricing-section .plans .item .price {
    font-size: 2.4375em;
    line-height: 1.20512821em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 0.20512821em;
    display: block;
  }
  #pricing-section .plans .item .button-blue {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25em;
  }
  #pricing-section .plans .item .included {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    display: block;
    text-align: left;
    color: #0D0026;
    font-weight: bold;
  }
  #pricing-section .plans .item ul {
    padding: 0;
  }
  #pricing-section .plans .item ul li {
    font-size: 0.9375em;
    line-height: 1.5em;
    color: #4E4B66;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin-bottom: 0.8em;
  }
  #pricing-section .plans .item ul li img {
    width: 9px;
    height: 9px;
    margin-right: 0.53333333em;
    align-self: center;
  }
  #pricing-section .plans-wrapper {
    position: relative;
    transform-style: preserve-3d;
    perspective: 700px;
  }
  #pricing-section #pro-plans {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(2.5em);
    transition: opacity .3s, visibility .3s, transform .3s;
    transition-delay: .3;
  }
  #pricing-section #pro-plans.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #pricing-section #agency-plans {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(6.25em);
    transition: opacity .3s, visibility .3s, transform .3s;
    z-index: 100;
  }
  #pricing-section #agency-plans.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}
/* Tablet 900px */
@media only screen and (min-width: 56.25em) {
  #pricing-section .plans {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(1.4vw, 1em);
    column-gap: 1.5em;
  }
  #pricing-section .plans .item {
    margin: 0;
    min-height: 37em;
  }
  #pricing-section .plans .item:nth-of-type(2) {
    min-height: 37em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #pricing-section {
    padding-top: 7.5em;
  }
  #pricing-section.agency-active {
    margin-bottom: 0;
  }
  #pricing-section h2 {
    font-size: 3.0625em;
    line-height: 1.20408163;
    margin-bottom: 0.32653061em;
  }
  #pricing-section .heading2 {
    font-size: 0.9375em !important;
    line-height: 1.5em;
    margin-bottom: 2.13333333em;
  }
  #pricing-section .plans .item p {
    min-height: 9em;
    color: #6a8aaf;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #pricing-section {
    background: linear-gradient(145deg, rgb(255 255 255) 20.24%, #c2effe 95.49%);
    padding: var(--sectionPadding);
  }
  body.dark-mode #pricing-section:before {
    background-color: var(--nav);
  }
  body.dark-mode #pricing-section .toggle-group .plan {
    color: #FAFBFC;
  }
  body.dark-mode #pricing-section .plans .item {
    background: linear-gradient(145deg, rgb(255 255 255) 14.24%, #9ff0ed 79.49%);
  }
  body.dark-mode #pricing-section .plans .item .price {
    color: #FAFBFC;
  }
  body.dark-mode #pricing-section .plans .item .included {
    color: var(--nav);
  }
  body.dark-mode #pricing-section .plans .item ul li {
    color: var(--nav);
  }
}

/* SERVICIOS */
@media only screen and (min-width: 0em) {
  #services-690 .item {
    background: #fff;
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 2px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  #services-690 .item:nth-of-type(2) {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  #services-690 .item:nth-of-type(2):before {
    border: outset;
    content: '';
    position: absolute;
    display: block;
    height: 2.625em;
    left: -0.125em;
    right: -0.125em;
    background: var(--nav);
    opacity: 1;
    top: -0.125em;
    z-index: -1;
    border-radius: 0.5em 0.5em 0 0;
  }
  #services-690 .item .popular {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
  #services-690 .item .popular img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
  }
  #services-690 .item .popular span {
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  #services-690 .item:nth-of-type(2) .price {
    color: #4611B8;
  }
  #services-690 .item:nth-of-type(2) .button-blue {
    background: linear-gradient(127.08deg, #7944eb 28.48%, #32009e 100.16%);
  }
  #services-690 .item h3 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.2em;
  }
  #services-690 .item p {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    text-align: left;
  }
  #services-690 .item .price {
    font-size: 2.4375em;
    line-height: 1.20512821em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 0.20512821em;
    display: block;
  }
  #services-690 .item .button-blue {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25em;
  }
  #services-690 .item .included {
    font-size: 0.9375em;
    line-height: 1.5em;
    margin-bottom: 0.8em;
    display: block;
    text-align: left;
    color: #0D0026;
    font-weight: bold;
  }
  #services-690 .item ul {
    padding: 0;
  }
  #services-690 .item ul li {
    font-size: 0.9375em;
    line-height: 1.5em;
    color: #4E4B66;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin-bottom: 0.8em;
  }
  #services-690 .item ul li img {
    width: 9px;
    height: 9px;
    margin-right: 0.53333333em;
    align-self: center;
  }
}
@media only screen and (min-width: 0em) {
  body.dark-mode #services-690 .toggle-group .plan {
    color: #FAFBFC;
  }
  body.dark-mode #services-690 .item {
    height: 0;
    overflow: hidden;
    transition: padding-top .3s;
  }
  body.dark-mode #services-690 .item .price {
    color: #FAFBFC;
  }
  body.dark-mode #services-690 .item .included {
    color: var(--nav);
  }
  body.dark-mode #services-690 .item ul li {
    color: var(--nav);
  }
  body.dark-mode #services-690 .item.item1.open,
  body.dark-mode #services-690 .item.item2.open,
  body.dark-mode #services-690 .item.item3.open,
  body.dark-mode #services-690 .item.item4.open {
    height: auto;
    overflow: auto;
    padding-top: 1em;
    padding-left: 1em;
    margin-top: 1em;
    font-size: 1em;
    margin-bottom: 0;
  }
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #faq {
    padding: 3.75em 1em 3.75em;
  }
  #faq .left-section {
    margin: auto;
    margin-bottom: 2.5em;
    width: 100%;
    max-width: 34.6875em;
  }
  #faq .left-section .question-mark {
    font-size: 3.5625em;
    line-height: 1.54385965;
    width: 1.54385965em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(68.75% 68.75% at 59.09% 74.43%, #ee006d 61.51%, #ffffff 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.70175439em;
  }
  #faq .left-section h2 {
    font-size: 2.4375em;
    line-height: 1.25641026;
    text-align: left;
    margin-bottom: 0.61538462em;
  }
  #faq .left-section h2 span {
    display: block;
  }
  #faq .left-section .button-pink {
    width: 17.5em;
  }
  #faq .right-section {
    width: 100%;
    max-width: 34.6875em;
    margin: auto;
  }
  #faq .right-section .heading {
    display: block;
    font-size: 1.3125em;
    line-height: 1.47619048;
    color: #FF3391;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0.57142857em;
  }
  #faq .right-section .faq-item {
    transition: border .3s;
    border-bottom: 1px solid #E8E9EC;
    padding: 1.5em 0;
  }
  #faq .right-section .faq-item:first-of-type {
    border-top: 1px solid #E8E9EC;
  }
  #faq .right-section .faq-item button {
    background: transparent;
    border: none;
    font-size: 1em;
    font-weight: 700;
    color: #0D0026;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Work Sans', Arial, sans-serif;
    width: 100%;
    max-width: 100%;
  }
  #faq .right-section .faq-item button span {
    width: 70%;
    display: block;
    line-height: 1.5em;
    text-align: left;
    font-weight: 700;
  }
  #faq .right-section .faq-item button img {
    width: 1.5em;
    height: 1.5em;
    transition: transform .3s;
  }
  #faq .right-section .faq-item p {
    height: 0;
    overflow: hidden;
    transition: padding .3s;
    width: 90%;
  }
  #faq .right-section .faq-item a {
    font-size: inherit;
    color: var(--primary);
    text-decoration: none;
  }
  #faq .right-section .faq-item a:hover {
    text-decoration: underline;
  }
  #faq .right-section .item1.open,
  #faq .right-section .item2.open,
  #faq .right-section .item3.open,
  #faq .right-section .item4.open,
  #faq .right-section .item5.open,
  #faq .right-section .item6.open,
  #faq .right-section .item7.open {
    border-bottom: 1px solid #FF1A83;
  }
  #faq .right-section .item1.open button img,
  #faq .right-section .item2.open button img,
  #faq .right-section .item3.open button img,
  #faq .right-section .item4.open button img,
  #faq .right-section .item5.open button img,
  #faq .right-section .item6.open button img,
  #faq .right-section .item7.open button img {
    transform: rotate(225deg);
  }
  #faq .right-section .item1.open p,
  #faq .right-section .item2.open p,
  #faq .right-section .item3.open p,
  #faq .right-section .item4.open p,
  #faq .right-section .item5.open p,
  #faq .right-section .item6.open p,
  #faq .right-section .item7.open p {
    height: auto;
    overflow: visible;
    padding-top: 1.5em;
    font-size: 1em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #faq {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  #faq .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 68.125em;
    margin: auto;
  }
  #faq .left-section {
    margin: 0;
  }
  #faq .left-section h2 {
    font-size: 3.0625em;
    line-height: 1.20408163em;
    margin-bottom: 0.48979592em;
  }
  #faq .right-section {
    margin: 0;
  }
  #faq .right-section .faq-item button span {
    width: 80%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #faq .right-section .faq-item button span {
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---        Newsletter          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #newsletter {
    background: linear-gradient(119.05deg, #4ac7c2 -0.62%, #3f88f5 18.41%, #4611b8 65.86%, #1d005a 99.11%);
    padding: 3.75em 1em 0em;
  }
  #newsletter h2 {
    font-size: 1.5625em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.64em;
  }
  #newsletter h2 span {
    display: block;
  }
  #newsletter p {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 28.3125em;
    margin: auto;
    margin-bottom: 1.25em;
  }
  #newsletter form {
    max-width: 28.125em;
    margin: auto;
  }
  #newsletter form input {
    font-size: 1em;
    height: 3.5em;
    padding: 0 1.5em;
    margin-bottom: 0.75em;
    color: var(--bodyp);
    text-align: center;
    border-radius: 0.25em;
    width: 100%;
    border: none;
  }
  #newsletter form input::placeholder {
    color: #A0A3BD;
  }
  #newsletter form button {
    display: block;
    background: transparent;
    line-height: 3.125em;
    height: 3.125em;
    font-size: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 1px solid #fff;
    z-index: 10;
  }
  #newsletter .spam {
    display: block;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1.5em;
    text-align: center;
    opacity: .8;
    margin-bottom: 3.23076923em;
  }
  #newsletter .button-orange {
    width: 100%;
    max-width: 28.125em;
    margin: auto;
    margin-bottom: -1.625em;
    display: block;
    text-decoration: none;
    line-height: 4em;
    height: 4em;
    position: relative;
    z-index: 10;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #newsletter {
    padding-top: 5.875em;
  }
  #newsletter h2 {
    font-size: 1.9375em;
    line-height: 1.32258065em;
    margin-bottom: 0.51612903em;
  }
  #newsletter h2 span {
    display: inline-block;
  }
  #newsletter p {
    max-width: 40.8125em;
    margin-bottom: 1.5em;
  }
  #newsletter form {
    display: flex;
    justify-content: space-between;
    max-width: 33.75em;
    margin-bottom: 1em;
  }
  #newsletter form input {
    max-width: 16.25em;
    height: 3.125em;
    margin: 0;
  }
  #newsletter form button {
    font-size: 1em;
    max-width: 16.25em;
    margin: 0;
    height: 3.125em;
    position: relative;
    z-index: 1;
    transition: border .3s;
  }
  #newsletter form button:hover {
    border: 1px solid transparent;
  }
  #newsletter form button:hover:before {
    opacity: 1;
  }
  #newsletter form button:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.0625em;
    bottom: -0.0625em;
    left: -0.0625em;
    right: -0.0625em;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25em;
    transition: opacity .3s;
  }
  #newsletter .spam {
    margin-bottom: 4.38461538em;
  }
  #newsletter .button-orange {
    max-width: 20.5em;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.3s;
  }
  #newsletter .button-orange:hover {
    box-shadow: 0px 16px 24px rgba(2, 3, 3, 0.1), 0px 6px 30px rgba(2, 3, 3, 0.09), 0px 8px 10px rgba(2, 3, 3, 0.11);
  }
  #newsletter .button-orange:hover:before {
    opacity: 1;
  }
  #newsletter .button-orange:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(127.08deg, #ff1a83 28.48%, #ba0055 100.16%);
    border-radius: 0.25em;
    opacity: 0;
    transition: opacity .3s;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #newsletter {
    position: relative;
    z-index: 1;
  }
  body.dark-mode #newsletter:before {
    content: '';
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181f3f+0,181f3f+100&1+0,0+100 */
    background: -moz-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181f3f', endColorstr='#00181f3f', GradientType=0);
    /* IE6-9 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s;
  }
  body.dark-mode #newsletter:after {
    /* top right box */
    content: '';
    width: 100%;
    height: 1.625em;
    background: var(--dark);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
  }
}
